home *** CD-ROM | disk | FTP | other *** search
- # @(#)Notepad.properties 1.5 97/09/24
- #
- # Resource strings for Notepad example
-
- Title=Atomix Button
- ElementTreeFrameTitle=Elements
- ViewportBackingStore=false
-
- # menubar definition
- #
- # Each of the strings that follow form a key to be
- # used to the actual menu definition.
- menubar=file help
-
- # file Menu definition
- #
- # Each of the strings that follow form a key to be
- # used as the basis of a menu item definition.
- #
- # open -> Notepad.openAction
- # new -> Notepad.newAction
- # save -> Notepad.saveAction
- # exit -> Notepad.exitAction
- file=new open save - exit
- fileLabel=File
- openLabel=Open
- openImage=resources/open.gif
- newLabel=New
- newImage=resources/new.gif
- saveLabel=Save
- saveImage=resources/save.gif
- exitLabel=Exit
-
-
- #about Menu definition
- #help=help register - about
- help=help
- helpLabel=Help
-
- #registerLabel=Register
- #aboutLabel=About
- # toolbar definition
- #
- # Each of the strings that follow form a key to be
- # used as the basis of the tool definition. Actions
- # are of course sharable, and in this case are shared
- # with the menu items.
- toolbar=new open save
- newTooltip=Create a new file
- openTooltip=Open a file
- saveTooltip=Save to a file
-
-
-
-
-
-
-